-
Re: Contextual kerning support
It might be more robust/safer to make ligatures of "seven_period" and "seven_comma" etc., and kern those, as the ligature feature is well supported and active by default.2 -
Re: How skeleton based type design could shake up digital type design workflows
It would help if layout applications supported the concept—i.e. if fonts consisted of a skeleton, with instructions to execute the various parameters, rather than rendered PostScript outlines.1 -
Re: Different width of ellipse?
One benefit of having an ellipsis character is that the dots can be “bounced” in casual types.3 -
Re: Lowercase Hashtag?
I don’t see the logic in “old-style-figure” x-height symbols. Why is it considered harmonization?—only 30% of old style figures are “x-height”, and having a cap/ascender-height hashtag in front of a …1 -
Re: How can I randomize letters in a typeface?
feature calt { lookup calt_one { sub @one @one' @one by @two; sub @two @one' @one by @three; sub @three @one' @one by @four; } calt_one; lookup calt_two { sub @four @one @two' by @three; sub @three @…2